func go/printer.getLastComment
3 uses
go/printer (current package)
printer.go#L1069: func getLastComment(n ast.Node) *ast.CommentGroup {
printer.go#L1081: return getLastComment(n.Specs[len(n.Specs)-1])
printer.go#L1114: if com := getLastComment(n); com != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)